tools/[lib]xl: Add vmtrace_buf_size parameter
authorMichał Leszczyński <michal.leszczynski@cert.pl>
Thu, 18 Jun 2020 22:31:24 +0000 (00:31 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 Feb 2021 17:37:27 +0000 (17:37 +0000)
commit45ba9a7d7688a6a08200e37a8caa2bc99bb4d267
tree7feec324b5e5063a22e339a61968e3f80ac52477
parent217dd79ee29286b85074d22cc75ee064206fb2af
tools/[lib]xl: Add vmtrace_buf_size parameter

Allow to specify the size of per-vCPU trace buffer upon
domain creation. This is zero by default (meaning: not enabled).

Signed-off-by: Michał Leszczyński <michal.leszczynski@cert.pl>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
docs/man/xl.cfg.5.pod.in
tools/golang/xenlight/helpers.gen.go
tools/golang/xenlight/types.gen.go
tools/include/libxl.h
tools/libs/light/libxl_create.c
tools/libs/light/libxl_types.idl
tools/xl/xl_parse.c